home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 September (Japanese) / CICA Shareware for Windows CD-ROM (Walnut Creek) (September 1995) (Japanese) (Disc 2).iso / disc2 / programr / vbasic / subvbx.exe / SUBVBX.DEF < prev    next >
Encoding:
Text File  |  1993-04-29  |  350 b   |  14 lines

  1. ; subvbx.def : Declares the module parameters for the application.
  2.  
  3. NAME         SUBVBX
  4. DESCRIPTION  'SUBVBX Windows Application'
  5. EXETYPE      WINDOWS
  6.  
  7. CODE         PRELOAD MOVEABLE DISCARDABLE
  8. DATA         PRELOAD MOVEABLE MULTIPLE
  9.  
  10. HEAPSIZE     1024   ; initial heap size
  11. ; Stack size is passed as argument to linker's /STACK option
  12.  
  13.  
  14.